home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9330 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  785 b 

  1. Path: inferno.mpx.com.au!news
  2. From: Malcolm Smith <mjsmith@mpx.com.au>
  3. Newsgroups: comp.lang.c
  4. Subject: Data to EXE
  5. Date: 9 Mar 1996 13:40:44 GMT
  6. Organization: Microplex Pty Ltd
  7. Message-ID: <4hs1os$vfb@inferno.mpx.com.au>
  8. NNTP-Posting-Host: dialup-222.mpx.com.au
  9.  
  10. Howdy,
  11.  
  12. How do you convert something to an EXE format.  For example (only),
  13. some skeleton INSTALL routines simply include names of files and
  14. what ever into a standard EXE file.
  15.  
  16. In this case you can't just create a structure and then fill in the
  17. space because you don't know how much will be added by the user.
  18.  
  19. Do they start with an EXE file and append all information to the end.
  20. Knowing the original file was 'so so' long they just open the EXE
  21. file and move to the next position.
  22.  
  23. Curious !
  24.  
  25.  
  26.  
  27. Mal
  28. mjsmith@mpx.com.au
  29.